home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / show_hide.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  322 b   |  21 lines

  1. ## show_hide.tg
  2. # Test the show hide actions
  3.  
  4. # show the window
  5. {
  6.     -name show_hide (show)
  7.     -start 
  8.     -action -inc 0 0 0 20
  9.     -action -show
  10.     -action -print Showing the window
  11. }
  12.  
  13. # hide the window
  14. {
  15.     -name show_hide (hide)
  16.     -start 
  17.     -action -inc 0 0 0 10
  18.     -action -hide
  19.     -action -print Hiding the window
  20. }
  21.